projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3383b6
)
(x_put_x_image):
author
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:20:13 +0000
(14:20 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:20:13 +0000
(14:20 +0000)
Declare all args (per C99).
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 1af4921e1c6564f5a77135cd0eb57747e32e510b..d8a41b5d53772d90ac6ab34e7146160e3a17e816 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-6587,6
+6587,7
@@
x_put_x_image (f, ximg, pixmap, width, height)
struct frame *f;
XImage *ximg;
Pixmap pixmap;
+ int width, height;
{
GC gc;